home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / phpMyAdmin / lang / malay-utf-8.inc.php < prev    next >
PHP Script  |  2005-03-30  |  49KB  |  824 lines

  1. <?php
  2. /* $Id: malay-utf-8.inc.php,v 2.68 2005/03/30 19:23:27 lem9 Exp $ */
  3.  
  4. /*
  5. Projek Penterjemahan (l10n) phpmyadmin.net boleh diakses di laman http://shapik.johordt.com/l10n
  6. Projek ini diusahakan oleh saya - sicksand - Mohammad Shafiq Mohd Mustapa
  7. Ditujukan untuk sayang saya Nur Khairiyah.
  8. Antara yang menjayakan projek ini ialah (turutan bukan keutamaan)
  9.  
  10. Asrul Munir Bin Azizan - ntahsapentah@hotmail.com
  11. Hasbullah - exs2me@hotmail.com
  12. sot - sid80@yahoo.com
  13. silla - roscla@yahoo.com
  14. bagaksasa - bagaksasa@hotmail.com
  15. Bustamam Harun - bustamam98@yahoo.com
  16. Hasbullah Bin Pit - sebol@ikhlas.com, Merlimau
  17. nina - nina@hotmail.com
  18. muslim - sayamuslim@hotmail.com
  19. ejoe - webmaster@ejoe.net
  20. huhu - huhu@huh.net
  21. redkod - r3dkod@yahoo.com
  22. */
  23.  
  24. $charset = 'utf-8';
  25. $allow_recoding = TRUE;
  26. $text_dir = 'ltr'; // ('ltr' for left to right, 'rtl' for right to left)
  27. $left_font_family = 'verdana, arial, helvetica, geneva, sans-serif';
  28. $right_font_family = 'arial, helvetica, geneva, sans-serif';
  29. $number_thousands_separator = ',';
  30. $number_decimal_separator = '.';
  31. // shortcuts for Byte, Kilo, Mega, Giga, Tera, Peta, Exa
  32. $byteUnits = array('Bytes', 'KB', 'MB', 'GB', 'TB', 'PB', 'EB');
  33. $timespanfmt = '%s hari, %s jam, %s minit dan %s saat';
  34.  
  35. $day_of_week = array('Aha', 'Isn', 'Sel', 'Rab', 'Kha', 'Jum', 'Sab');
  36. $month = array('Jan', 'Feb', 'Mac', 'Apr', 'Mei', 'Jun', 'Jul', 'Ogos', 'Sept', 'Okt', 'Nov', 'Dis');
  37. // See http://www.php.net/manual/en/function.strftime.php to define the
  38. // variable below
  39. $datefmt = '%B %d, %Y at %I:%M %p';
  40.  
  41. $strAPrimaryKey = 'Kekunci utama telah ditambah pada %s';
  42. $strAbortedClients = 'DiBatalkan';
  43. $strAccessDenied = 'Akses dinafikan';
  44. $strAction = 'Aksi';
  45. $strAddDeleteColumn = 'Tambah/Padam Kolum Medan';
  46. $strAddDeleteRow = 'Tambah/Padam Baris Kriteria';
  47. $strAddNewField = 'Tambah medan baru';
  48. $strAddSearchConditions = 'Tambah kriteria carian (badan bagi klausa "where"):';
  49. $strAddToIndex = 'Tambah ke indeks  %s kolum';
  50. $strAddUser = 'Tambah Pengguna Baru';
  51. $strAddUserMessage = 'Anda telah menambah pengguna baru.';
  52. $strAffectedRows = 'Baris yang terlibat:';
  53. $strAfter = 'Selepas %s';
  54. $strAfterInsertBack = 'Kembali ke muka sebelumnya';
  55. $strAfterInsertNewInsert = 'Tambah baris yang baru';
  56. $strAll = 'Semua';
  57. $strAllTableSameWidth = 'paparkan semua Jadual dengan kelebaran yang sama?';
  58. $strAlterOrderBy = 'Alter table order by';
  59. $strAnIndex = 'Indeks telah ditambah pada %s';
  60. $strAnalyzeTable = 'Analyze table';
  61. $strAnd = 'Dan';
  62. $strAny = 'Sebarang';
  63. $strAnyHost = 'Sebarang hos';
  64. $strAnyUser = 'Sebarang pengguna';
  65. $strAscending = 'Menaik';
  66. $strAtBeginningOfTable = 'Pada Awalan Jadual';
  67. $strAtEndOfTable = 'Pada Akhir Jadual';
  68. $strAttr = 'Atribut';
  69.  
  70. $strBack = 'Undur';
  71. $strBeginCut = 'MULA SALIN';
  72. $strBeginRaw = 'MULA MENTAH';
  73. $strBinary = 'Binari';
  74. $strBinaryDoNotEdit = 'Binari - jgn diubah';
  75. $strBookmarkDeleted = 'TandaBuku telah dipadam.';
  76. $strBookmarkLabel = 'Label';
  77. $strBookmarkQuery = 'Tandabuku kueri-SQL';
  78. $strBookmarkThis = 'andabuku kueri-SQL ini';
  79. $strBookmarkView = 'Paparan sahaja';
  80. $strBrowse = 'Lungsur';
  81. $strBzError = 'phpMyAdmin tidak dapat memampatkan longgokan kerana terdapat masalah dalam sambungan Bz2 didalam php versi ini. Anda digalakkan untuk mengubah <code>$cfg[\'BZipDump\']</code> di fail konfigurasi phpMyAdmin kepada <code>FALSE</code>. Jika anda ingin menggunakan sambungan Bz2, anda digalakkan untuk meningkatkan versi php anda. Sila lihat laporan pepijat php %s untuk keterangan lanjut.';
  82. $strBzip = 'bzipped';
  83.  
  84. $strCannotLogin = 'Tidak boleh log-masuk ke server MySQL';
  85. $strCantLoadRecodeIconv = 'Tidak dapat memuat iconv atau kodsemula sambungan yang diperlukan untuk menukar set aksara, konfigur php utk membolehkan penggunaan sambungan ini atau abaikan pengubahan set aksara di phpMyAdmin.';
  86. $strCantRenameIdxToPrimary = 'Tidak boleh menukar indekx ke PRIMARY!';
  87. $strCantUseRecodeIconv = 'Tidak boleh menggunakan fungsi iconv mahupun libiconv mahupun recode_string apabila sambungan lapuran dimuat. Periksa konfigurasi php anda.';
  88. $strCardinality = 'Kardinaliti';
  89. $strCarriage = 'DiBaris baru : \\r';
  90. $strChange = 'Ubah';
  91. $strChangeDisplay = 'Pilih Medan untuk dipapar';
  92. $strChangePassword = 'Ubah Katalaluan';
  93. $strCharsetOfFile = 'Fail bagi set Aksara:';
  94. $strCheckAll = 'Tanda Semua';
  95. $strCheckTable = 'Periksa Jadual';
  96. $strChoosePage = 'Sila Pilih Laman untuk diubah';
  97. $strColComFeat = 'Memaparkan Komen Kolum';
  98. $strColumnNames = 'Nama Kolum';
  99. $strCommand = 'Arahan';
  100. $strComments = 'Komen';
  101. $strCompleteInserts = 'Kemasukkan Selesai';
  102. $strCompression = 'Mampatan';
  103. $strConfigFileError = 'phpMyAdmin tidak dapat membaca fail konfigurasi!<br \\>Ini mungkin terjadi apabila ada kesalahan dalam php ataupun php tidak jumpa fail tersebut.<br />Sila panggil fail konfigurasi menggunakan pautan dibawah dan baca kesalahan php yang diterima. Dalam kebanyakan kes quote atau semicolon tertinggal.<br />Jika kamu terima laman kosong, semuanya berjalan lancar.';
  104. $strConfigureTableCoord = 'Sila konfigurasikan kordinat bagi jadual %s';
  105. $strConnections = 'Hubungan';
  106. $strCookiesRequired = 'Cecikut mestilah dihidupkan ketika ini.';
  107. $strCopyTable = 'Salin jadual ke (pangkalandata<b>.</b>jadual):';
  108. $strCopyTableOK = 'Jadual %s telah disalin ke %s.';
  109. $strCouldNotKill = 'phpMyAdmin tidak dapat mematikan bebenang %s. Ianya mungkin telah ditutup.';
  110. $strCreate = 'Cipta';
  111. $strCreateIndex = 'Cipta indeks pada  %s ';
  112. $strCreateIndexTopic = 'Cipta indeks baru';
  113. $strCreateNewDatabase = 'Cipta pangkalan data baru';
  114. $strCreateNewTable = 'Cipta jadual baru pada pangkalan data %s';
  115. $strCreatePage = 'Cipta Halaman baru';
  116. $strCreatePdfFeat = 'Ciptaan bagi PDF';
  117. $strCriteria = 'Kriteria';
  118.  
  119. $strData = 'Data';
  120. $strDataDict = 'Kamus Data';
  121. $strDataOnly = 'Data sahaja';
  122. $strDatabase = 'Pangkalan Data';
  123. $strDatabaseHasBeenDropped = 'angkalan data %s telah digugurkan.';
  124. $strDatabases = 'pangkalan data';
  125. $strDatabasesStats = 'Statistik pangkalan data';
  126. $strDefault = 'Asal';
  127. $strDelete = 'Padam';
  128. $strDeleted = 'Baris telah dipadam';
  129. $strDeletedRows = 'Baris dipadam:';
  130. $strDescending = 'Menurun';
  131. $strDisabled = 'Tidak Membenarkan';
  132. $strDisplayFeat = 'Paparkan Ciri-ciri';
  133. $strDisplayOrder = 'Turutan paparan:';
  134. $strDisplayPDF = 'Papar Skema PDF';
  135. $strDoAQuery = 'Lakukan "kueri melalui contoh" (wilidcard: "%")';
  136. $strDoYouReally = 'Adakah anda ingin ';
  137. $strDocu = 'Dokumentasi';
  138. $strDrop = 'Gugur';
  139. $strDumpXRows = 'Longgok %s baris bermula pada rekod # %s.';
  140. $strDumpingData = 'Melonggok data bagi jadual';
  141. $strDynamic = 'dinamik';
  142.  
  143. $strEdit = 'Ubah';
  144. $strEditPDFPages = 'Ubah Halaman PDF';
  145. $strEditPrivileges = 'Ubah Privilej';
  146. $strEffective = 'Berkesan';
  147. $strEmpty = 'Kosong';
  148. $strEmptyResultSet = 'MySQL memulangkan set hasil kosong (i.e. sifar baris)';
  149. $strEnabled = 'Membenarkan';
  150. $strEnd = 'Tamat';
  151. $strEndCut = 'TAMAT SALIN';
  152. $strEndRaw = 'TAMAT MENTAH';
  153. $strEnglishPrivileges = ' Nota: Nama privilej MySQL adalah dinyatakan dalam B.Inggeris ';
  154. $strError = 'Ralat';
  155. $strExplain = 'Terangkan Kod SQL';
  156. $strExport = 'Eksport';
  157. $strExtendedInserts = 'Penyelitan Lanjutan';
  158. $strExtra = 'Ekstra';
  159.  
  160. $strFailedAttempts = 'Percubaan Gagal';
  161. $strField = 'Medan';
  162. $strFieldHasBeenDropped = 'Medan %s telah digugurkan';
  163. $strFields = 'Medan';
  164. $strFieldsEmpty = ' Bilangan medan adalah kosong! ';
  165. $strFieldsEnclosedBy = 'Medan disertai oleh';
  166. $strFieldsEscapedBy = 'Medan dilarikan oleh';
  167. $strFieldsTerminatedBy = 'Medan dihapuskan oleh';
  168. $strFixed = 'tetap';
  169. $strFlushTable = 'Buang jadual ("FLUSH")';
  170. $strFormEmpty = 'Kehilangan nilai pada borang! !';
  171. $strFormat = 'Format';
  172. $strFullText = 'Teks Penuh';
  173. $strFunction = 'Fungsi';
  174.  
  175. $strGenBy = 'Dijana oleh';
  176. $strGenTime = 'Masa dijana';
  177. $strGeneralRelationFeat = 'Ciri-ciri hubungan am';
  178. $strGlobalValue = 'Nilai Global';
  179. $strGo = 'Pergi';
  180. $strGzip = '"digzip"';
  181.  
  182. $strHasBeenAltered = 'telah diubahsuai.';
  183. $strHasBeenCreated = 'telah dicipta.';
  184. $strHaveToShow = 'Anda mesti pilih sekurang-kurangnya satu Kolum untuk dipapar';
  185. $strHome = 'Rumah';
  186. $strHomepageOfficial = 'Laman Rasmi phpMyAdmin';
  187. $strHost = 'Hos';
  188. $strHostEmpty = 'Nama hos adalah kosong!';
  189.  
  190. $strId = 'ID';
  191. $strIdxFulltext = 'Tekspenuh';
  192. $strIfYouWish = 'Jika anda ingin hanya memuat sesetengah kolum jadual, nyatakan senarai medan dipisahi koma.';
  193. $strIgnore = 'Abai';
  194. $strImportDocSQL = 'Import Fail docSQL';
  195. $strInUse = 'sedang digunakan';
  196. $strIndex = 'Indeks';
  197. $strIndexHasBeenDropped = 'Indeks %s telah digugurkan';
  198. $strIndexName = 'Nama indeks :';
  199. $strIndexType = 'Jenis indeks :';
  200. $strIndexes = 'Indeks';
  201. $strInsecureMySQL = 'Fail Konfigurasi anda mengandungi pelengkapan (root tidak berkata laluan) yang bersesuaian dengan privilej akaun MySQL. Pelayan MySQL anda dilaksanakan dengan pelengkapan asas, ianya terdedah kepada pencerobohan, dan anda hendaklah membetulkan lubang keselamatan ini.';
  202. $strInsert = 'Selit';
  203. $strInsertAsNewRow = 'Selitkan baris baru';
  204. $strInsertNewRow = 'Selitkan baris baru';
  205. $strInsertTextfiles = 'Selit data dari fail teks ke jadual';
  206. $strInsertedRows = 'Baris diselit:';
  207. $strInstructions = 'Arahan';
  208.  
  209. $strKeepPass = 'Jangan tukar katalaluan';
  210. $strKeyname = 'Nama Kekunci';
  211. $strKill = 'Bunuh';
  212.  
  213. $strLandscape = 'Menegak';
  214. $strLaTeX = 'LaTeX';
  215. $strLengthSet = 'Panjang/Nilai*';
  216. $strLimitNumRows = 'Bilangan baris per halaman';
  217. $strLineFeed = 'Suapanbaris: \\n';
  218. $strLinesTerminatedBy = 'Baris ditamatkan oleh';
  219. $strLinkNotFound = 'Pautan tidak dijumpai';
  220. $strLinksTo = 'Pautan ke';
  221. $strLocationTextfile = 'Lokasi bagi fail teks';
  222. $strLogPassword = 'Katalaluan:';
  223. $strLogUsername = 'Namapengguna:';
  224. $strLogin = 'Logmasuk';
  225. $strLogout = 'Log keluar';
  226.  
  227. $strModifications = 'Pengubahsuaian telah disimpan';
  228. $strModify = 'Ubahsuai';
  229. $strModifyIndexTopic = 'Ubahsuai indeks';
  230. $strMoreStatusVars = 'Lagi pembolehubah status';
  231. $strMoveTable = 'Pindahkan jadual ke (pangkalandata<b>.</b>jadual):';
  232. $strMoveTableOK = 'Jadual %s telah dipindahkan ke %s.';
  233. $strMySQLCharset = 'Set Aksara MySQL';
  234. $strMySQLReloaded = 'MySQL tekah diulangmuat.';
  235. $strMySQLSaid = 'MySQL berkata: ';
  236. $strMySQLServerProcess = 'MySQL  %pma_s1% dilaksana pada %pma_s2% sebagai %pma_s3%';
  237. $strMySQLShowProcess = 'Papar proses';
  238. $strMySQLShowStatus = 'Papar maklumat masalaksana MySQL';
  239. $strMySQLShowVars = 'Papar pembolehubah sistem MySQL';
  240.  
  241. $strName = 'Nama';
  242. $strNext = 'Berikut';
  243. $strNo = 'Tidak';
  244. $strNoDatabases = 'Tiada pangkalan data';
  245. $strNoDescription = 'tiada keterangan';
  246. $strNoDropDatabases = 'keterangan "DROP DATABASE" di tidak aktifkan .';
  247. $strNoExplain = 'Skip Explain SQL';
  248. $strNoFrames = 'phpMyAdmin lebih mesra dengan pelayar web <b>menyokong-kerangka</b> seperti mozilla.';
  249. $strNoIndex = 'Tiada indeks ditafrifkan!';
  250. $strNoIndexPartsDefined = 'Tiada bahagian indeks ditakrifkan!';
  251. $strNoModification = 'Tiada perubahan';
  252. $strNoPassword = 'Tiada Katalaluan';
  253. $strNoPhp = 'Tanpa Kod PHP';
  254. $strNoPrivileges = 'Tiada Privilej';
  255. $strNoQuery = 'Tiada kueri SQL!';
  256. $strNoRights = 'Anda tidak mempunyai hak mencukupi untuk berada disini sekarang!';
  257. $strNoTablesFound = 'Tiada jadual dijumpai pada pangkalan data.';
  258. $strNoUsersFound = 'Tiada pengguna dijumpai.';
  259. $strNoValidateSQL = 'Melangkau Pengesahan SQL';
  260. $strNone = 'Tiada';
  261. $strNotNumber = 'Ini adalah bukan nombor!!';
  262. $strNotOK = 'tidak OK';
  263. $strNotSet = 'Jadual <b>%s</b> tidak dijumpai atau ditetapkan pada %s';
  264. $strNotValidNumber = ' adalah bukan baris yang sah!';
  265. $strNull = 'Null';
  266. $strNumSearchResultsInTable = '%s padanan di dalam jadual <i>%s</i>';
  267. $strNumSearchResultsTotal = '<b>Jumlah</b>: <i>%s</i> padanan';
  268. $strNumTables = 'Jadual-jadual';
  269.  
  270. $strOK = 'OK';
  271. $strOftenQuotation = 'Selalu tanda semakan. OPTIONALLY bermaksud hanya medan char dan varchar disertakan oleh "disertakan oleh"-aksara.';
  272. $strOperations = 'Operasi';
  273. $strOptimizeTable = 'Optimakan jadual';
  274. $strOptionalControls = 'Opsional. Kawal bagaimana menulis dan membaca aksara istimewa.';
  275. $strOptionally = 'Opsional';
  276. $strOr = 'Atau';
  277. $strOverhead = 'Melebihi';
  278.  
  279. $strPHP40203 = 'Anda Menggunakan PHP 4.2.3, dimana terdapat pepijat serius didalam multi-byte strings (mbstring). Lihat Laporan Pepijat PHP 19404. PHP versi ini adalah tidak digalakkan dalam menggunakan phpMyAdmin.';
  280. $strPHPVersion = 'Versi PHP';
  281. $strPageNumber = 'Muka Surat:';
  282. $strPartialText = 'Sebahagian Teks';
  283. $strPassword = 'Katalaluan';
  284. $strPasswordEmpty = 'Katalaluan adalah kosong!';
  285. $strPasswordNotSame = 'Katalaluan tidak sama!';
  286. $strPdfDbSchema = 'Skema bagi pangkalan data "%s" database - Laman %s';
  287. $strPdfInvalidTblName = 'Jadual "%s" tidak wujud!';
  288. $strPdfNoTables = 'Tiada Jadual';
  289. $strPerHour = 'per jam';
  290. $strPhp = 'Cipta Kod PHP';
  291. $strPmaDocumentation = 'Dokumentasi phpMyAdmin';
  292. $strPmaUriError = '<tt>$cfg[PmaAbsoluteUri]</tt> MESTI disetkan di dalam fail konfigurasi.';
  293. $strPortrait = 'Melintang';
  294. $strPos1 = 'Mula';
  295. $strPrevious = 'Terdahulu';
  296. $strPrimary = 'Utama';
  297. $strPrimaryKeyHasBeenDropped = 'Kekunci utama telah digugurkan';
  298. $strPrimaryKeyName = 'Nama kekunci utama mestilah... PRIMARY!';
  299. $strPrimaryKeyWarning = '("PRIMARY" <b>mesti</b> nama dan <b>semesti</b> dari kekunci utama!)';
  300. $strPrint = 'Cetak';
  301. $strPrintView = 'Paparan Cetak';
  302. $strPrivileges = 'Privilej';
  303. $strProcesslist = 'Senarai Proses';
  304. $strPutColNames = 'Letakkan medan di baris pertama';
  305.  
  306. $strQBE = 'Kueri';
  307. $strQBEDel = 'Del';
  308. $strQBEIns = 'Ins';
  309. $strQueryOnDb = 'SQL- kueri pada pangkalan data <b>%s</b>:';
  310. $strQueryStatistics = '<b>Kueri Statistik</b>: Sejak ia dijalankan, %s kueri telah dihantar kepada pelayan.';
  311. $strQueryType = 'Jenis Kueri';
  312.  
  313. $strReType = 'Ulang-taip';
  314. $strReceived = 'DiTerima';
  315. $strRecords = 'Rekod';
  316. $strReferentialIntegrity = 'Semak integriti rujukan:';
  317. $strRelationalSchema = 'Skema Hubungan';
  318. $strRelationNotWorking = 'Ciri-ciri tambahan ini adalah untuk bekerja dengan pautan jadual yang telah tidak diaktifkan. Untuk mengetahuinya klik %shere%s.';
  319. $strRelationView = 'Paparan Hubungan';
  320. $strReloadFailed = 'Pengulangmuatan MySQL gagal.';
  321. $strReloadMySQL = 'Ulangmuat MySQL';
  322. $strRenameTable = 'Tukarnama jadual ke';
  323. $strRenameTableOK = 'Jadual %s telah ditukarnama ke %s';
  324. $strRepairTable = 'Baiki jadual';
  325. $strReplace = 'Ganti';
  326. $strReplaceTable = 'Ganti data jadual dengan fail';
  327. $strReset = 'Ulangtetap';
  328. $strRevoke = 'TarikBalik';
  329. $strRevokeMessage = 'Anda telah menarikbalik privilej Keistimewaan untuk %s';
  330. $strRowLength = 'Panjang baris';
  331. $strRowSize = ' Saiz baris ';
  332. $strRows = 'Baris';
  333. $strRowsFrom = 'baris bermula dari rekod #';
  334. $strRowsModeHorizontal = 'mengufuk';
  335. $strRowsModeOptions = 'pada mod %s dan ulang pengepala selepas %s sel';
  336. $strRowsModeVertical = 'menegak';
  337. $strRowsStatistic = 'Statistik Baris';
  338. $strRunQuery = 'Hantar Kueri';
  339. $strRunSQLQuery = 'Laksana kueri SQL pada pangkalan data %s';
  340. $strRunning = 'dilaksana pada %s';
  341.  
  342. $strSQL = 'SQL';
  343. $strSQLParserBugMessage = 'Ada kemungkinan anda akan berjumpa dengan pepijat di penghuraian SQL. Sila semak kueri anda dengan teliti, dan periksa tanda quote adalah betul dan tidak tersalah letak. Antara kegagalan lain mungkin disebabkan fail yang dimuatnaik bersama binari oleh anda berada diluar kawasan quote. Anda juga boleh mencuba kueri MySQL anda di antaramuka aturan baris (cli). Dibawah adalah kesalah Pelayan MySql , jika ada, ianya membantu anda menganalisis masalah. Jika masih terdapat pemasalahan atau masalah penghuraian dimana antaramuka aturan baris berjaya, sila kurangkan kemasukan kueri SQL kepada satu kueri yang bermasalah, dan lapurkan pepijat desertai oleh seruas data dan SALIN keratan rentas dibawah:';
  344. $strSQLParserUserError = 'Ada kemungkin kueri SQL anda salah. Dibawah adalah kesalah Pelayan MySql , jika ada, ianya membantu anda menganalisis masalah';
  345. $strSQLQuery = 'kueri-SQL';
  346. $strSQLResult = 'Hasil SQL';
  347. $strSQPBugInvalidIdentifer = 'Pengenalan TidakSah';
  348. $strSQPBugUnclosedQuote = 'Tanda quote tidak disertakan';
  349. $strSQPBugUnknownPunctuation = 'TandaBaca tidak dikenali';
  350. $strSave = 'Simpan';
  351. $strScaleFactorSmall = 'Faktor skala adalah terlalu kecil supaya muat dengan skema dalam satu halaman';
  352. $strSearch = 'Cari';
  353. $strSearchFormTitle = 'Cari di pangkalan data';
  354. $strSearchInTables = 'Di dalam jadual:';
  355. $strSearchNeedle = 'Perkataan atau nilai untuk dicari (wildcard:  "%"):';
  356. $strSearchOption1 = 'sekurang-kurangnya satu perkataan';
  357. $strSearchOption2 = 'semua perkataan';
  358. $strSearchOption3 = 'Frasa tepat';
  359. $strSearchOption4 = 'sebagai penyataan regular (regexp)';
  360. $strSearchResultsFor = 'Hasil carian bagi "<i>%s</i>" %s:';
  361. $strSearchType = 'Cari:';
  362. $strSelectADb = 'Sila pilih pangkalan data';
  363. $strSelectAll = 'Sila pilih pangkalan data';
  364. $strSelectFields = 'Pilih medan (sekurang-kurangnya satu):';
  365. $strSelectNumRows = 'pada kueri';
  366. $strSelectTables = 'Pilih Jadual';
  367. $strSend = 'Simpan sebagai fail';
  368. $strSent = 'Hantar';
  369. $strServer = 'Pelayan';
  370. $strServerChoice = 'Pilihan Pelayan';
  371. $strServerStatus = 'Informasi MasaJana';
  372. $strServerStatusUptime = 'Pelayan MySQL ini telah berjalan selama %s. Ia dihidupkan pada %s.';
  373. $strServerTabVariables = 'Pemboleh-pembolehubah';
  374. $strServerTabProcesslist = 'Proses-proses';
  375. $strServerTrafficNotes = '<b>Kesibukan Pelayan</b>: Jadual menunjukkan statistik kesibukan rangkaian pada pelayan MySQL server semenjak ia dihidupkan.';
  376. $strServerVars = 'Pembolehubah dan Penetapan Pelayan';
  377. $strServerVersion = 'Versi Pelayan';
  378. $strSessionValue = 'Nilai Sessi';
  379. $strSetEnumVal = 'Jika jenis medan ialah "enum" atau "set", sila masukkan nilai menggunakan format: \'a\',\'b\',\'c\'...<br />Jika Anda ingin menggunakan backslash ("\") atau single quote ("\'") didalam nilai tersebut, backslashes kan ia (cth \'\\\\xyz\' or \'a\\\'b\').';
  380. $strShow = 'Papar';
  381. $strShowAll = 'Papar semua';
  382. $strShowColor = 'Papar warna';
  383. $strShowDatadictAs = 'Format Kamus Data';
  384. $strShowGrid = 'Papar grid';
  385. $strShowPHPInfo = 'Papar maklumat PHP';
  386. $strShowTableDimension = 'Papar dimensi jadual';
  387. $strShowTables = 'Papar jadual';
  388. $strShowThisQuery = ' Papar kueri ini di sini lagi ';
  389. $strShowingRecords = 'Papar baris';
  390. $strSingly = '(persatu)';
  391. $strSize = 'Saiz';
  392. $strSort = 'Isih';
  393. $strSpaceUsage = 'Penggunaan ruang';
  394. $strSplitWordsWithSpace = 'Perkataan dipisahkan oleh aksara ruang (" ").';
  395. $strStatement = 'Penyataan';
  396. $strStatus = 'Status';
  397. $strStrucCSV = 'data CSV';
  398. $strStrucData = 'Struktur dan data';
  399. $strStrucDrop = 'Tambah DROP TABLE';
  400. $strStrucExcelCSV = 'CSV untuk sata MS Excel';
  401. $strStrucOnly = 'Struktur sahaja';
  402. $strStructPropose = 'Cadangkan struktur jadual';
  403. $strStructure = 'Struktur';
  404. $strSubmit = 'Hantar';
  405. $strSuccess = 'Kueri-SQL anda telah dilaksanakan dengan jaya';
  406. $strSum = 'Jumlah';
  407.  
  408. $strTable = 'Jadual';
  409. $strTableComments = 'Komen jadual';
  410. $strTableEmpty = 'Nama jadual  adalah kosong';
  411. $strTableHasBeenDropped = 'Jadual %s telah digugurkan';
  412. $strTableHasBeenEmptied = 'Jadual %s telah dikosongkan';
  413. $strTableHasBeenFlushed = 'Jadual %s telah dibuangkan';
  414. $strTableMaintenance = 'Penyenggaraan Jadual';
  415. $strTableOfContents = 'Kandungan';
  416. $strTableStructure = 'Struktur jadual bagi jadual';
  417. $strTableType = 'Jenis Jadual';
  418. $strTables = '%s jadual';
  419. $strTextAreaLength = ' Kerana kepanjangannya, <br />medan ini tidak boleh diedit ';
  420. $strTheContent = 'Kandungan fail anda telah diselit.';
  421. $strTheContents = 'Kandungan fail telah digantikan dengan kandungan dari pilihan jadual untuk baris dengan persamaan kekunci utama ataupun kekunci unik.';
  422. $strTheTerminator = 'Pemisah bagi medan.';
  423. $strThreadSuccessfullyKilled = 'Bebenang %s telah berjaya dimatikan.';
  424. $strTime = 'Masa';
  425. $strTotal = 'jumlah';
  426. $strTotalUC = 'Jumlah';
  427. $strTraffic = 'Kesibukan';
  428. $strType = 'Jenis';
  429.  
  430. $strUncheckAll = 'Nyahtanda Semua';
  431. $strUnique = 'Unik';
  432. $strUnselectAll = 'Nyahpilih Semua';
  433. $strUpdatePrivMessage = 'Anda telah mengemaskini privilej bagi %s.';
  434. $strUpdateProfileMessage = 'Profil telah dikemaskini.';
  435. $strUpdateQuery = 'Kemaskini Kueri';
  436. $strUsage = 'Penggunaan';
  437. $strUseBackquotes = 'Sertakan nama jadual dan medan dengan backquotes';
  438. $strUseTables = 'Guna Jadual';
  439. $strUser = 'Pengguna';
  440. $strUserEmpty = 'Kata Pengenalan kosong!';
  441. $strUserName = 'Kata Pengenalan';
  442.  
  443. $strValidateSQL = 'Mengesahkan SQL';
  444. $strValidatorError = 'Pengesahan SQL tidak dapat disahkan. Sila semak sama ada anda telah memasang sambungan php seperti yang tercatit di %sdocumentation%s.';
  445. $strValue = 'Nilai';
  446. $strVar = 'Pembolehubah';
  447. $strViewDump = 'Lihat longgokan (skema) pangkalan data';
  448. $strViewDumpDB = 'Lihat longgokan (skema) pangkalan data';
  449.  
  450. $strWebServerUploadDirectory = 'direktori muatnaik pelayan-web';
  451. $strWebServerUploadDirectoryError = 'Direktori muatnaik yang telah ditetapkan tidak dapat dicapai';
  452. $strWelcome = 'Selamat Datang ke %s';
  453. $strWithChecked = 'Dengan pilihan:';
  454. $strWrongUser = 'Salah kata pengenalan/kata laluan. Akses dilarang.';
  455.  
  456. $strYes = 'Ya';
  457.  
  458. $strZip = '"zipped"';
  459.  
  460. // To translate
  461. $strAdministration = 'Administration'; //to translate
  462. $strFlushPrivilegesNote = 'Note: phpMyAdmin gets the users\' privileges directly from MySQL\'s privilege tables. The content of this tables may differ from the privileges the server uses if manual changes have made to it. In this case, you should %sreload the privileges%s before you continue.'; //to translate
  463. $strGlobalPrivileges = 'Global privileges'; //to translate
  464. $strGrantOption = 'Grant'; //to translate
  465. $strPrivDescAllPrivileges = 'Includes all privileges except GRANT.'; //to translate
  466. $strPrivDescAlter = 'Allows altering the structure of existing tables.'; //to translate
  467. $strPrivDescCreateDb = 'Allows creating new databases and tables.'; //to translate
  468. $strPrivDescCreateTbl = 'Allows creating new tables.'; //to translate
  469. $strPrivDescCreateTmpTable = 'Allows creating temporary tables.'; //to translate
  470. $strPrivDescDelete = 'Allows deleting data.'; //to translate
  471. $strPrivDescDropDb = 'Allows dropping databases and tables.'; //to translate
  472. $strPrivDescDropTbl = 'Allows dropping tables.'; //to translate
  473. $strPrivDescExecute = 'Allows running stored procedures; Has no effect in this MySQL version.'; //to translate
  474. $strPrivDescFile = 'Allows importing data from and exporting data into files.'; //to translate
  475. $strPrivDescGrant = 'Allows adding users and privileges without reloading the privilege tables.'; //to translate
  476. $strPrivDescIndex = 'Allows creating and dropping indexes.'; //to translate
  477. $strPrivDescInsert = 'Allows inserting and replacing data.'; //to translate
  478. $strPrivDescLockTables = 'Allows locking tables for the current thread.'; //to translate
  479. $strPrivDescMaxConnections = 'Limits the number of new connections the user may open per hour.';
  480. $strPrivDescMaxQuestions = 'Limits the number of queries the user may send to the server per hour.';
  481. $strPrivDescMaxUpdates = 'Limits the number of commands that change any table or database the user may execute per hour.';
  482. $strPrivDescProcess3 = 'Allows killing processes of other users.'; //to translate
  483. $strPrivDescProcess4 = 'Allows viewing the complete queries in the process list.'; //to translate
  484. $strPrivDescReferences = 'Has no effect in this MySQL version.'; //to translate
  485. $strPrivDescReplClient = 'Gives the right to the user to ask where the slaves / masters are.'; //to translate
  486. $strPrivDescReplSlave = 'Needed for the replication slaves.'; //to translate
  487. $strPrivDescReload = 'Allows reloading server settings and flushing the server\'s caches.'; //to translate
  488. $strPrivDescSelect = 'Allows reading data.'; //to translate
  489. $strPrivDescShowDb = 'Gives access to the complete list of databases.'; //to translate
  490. $strPrivDescShutdown = 'Allows shutting down the server.'; //to translate
  491. $strPrivDescSuper = 'Allows connectiong, even if maximum number of connections is reached; Required for most administrative operations like setting global variables or killing threads of other users.'; //to translate
  492. $strPrivDescUpdate = 'Allows changing data.'; //to translate
  493. $strPrivDescUsage = 'No privileges.'; //to translate
  494. $strPrivilegesReloaded = 'The privileges were reloaded successfully.'; //to translate
  495. $strResourceLimits = 'Resource limits'; //to translate
  496. $strUserOverview = 'User overview'; //to translate
  497. $strZeroRemovesTheLimit = 'Note: Setting these options to 0 (zero) removes the limit.'; //to translate
  498.  
  499. $strPasswordChanged = 'The Password for %s was changed successfully.'; // to translate
  500.  
  501. $strDeleteAndFlush = 'Delete the users and reload the privileges afterwards.'; //to translate
  502. $strDeleteAndFlushDescr = 'This is the cleanest way, but reloading the privileges may take a while.'; //to translate
  503. $strDeleting = 'Deleting %s'; //to translate
  504. $strJustDelete = 'Just delete the users from the privilege tables.'; //to translate
  505. $strJustDeleteDescr = 'The "deleted" users will still be able to access the server as usual until the privileges are reloaded.'; //to translate
  506. $strReloadingThePrivileges = 'Reloading the privileges'; //to translate
  507. $strRemoveSelectedUsers = 'Remove selected users'; //to translate
  508. $strRevokeAndDelete = 'Revoke all active privileges from the users and delete them afterwards.'; //to translate
  509. $strRevokeAndDeleteDescr = 'The users will still have the USAGE privilege until the privileges are reloaded.'; //to translate
  510. $strUsersDeleted = 'The selected users have been deleted successfully.'; //to translate
  511.  
  512. $strAddPrivilegesOnDb = 'Add privileges on the following database'; //to translate
  513. $strAddPrivilegesOnTbl = 'Add privileges on the following table'; //to translate
  514. $strColumnPrivileges = 'Column-specific privileges'; //to translate
  515. $strDbPrivileges = 'Database-specific privileges'; //to translate
  516. $strLocalhost = 'Local';
  517. $strLoginInformation = 'Login Information'; //to translate
  518. $strTblPrivileges = 'Table-specific privileges'; //to translate
  519. $strThisHost = 'This Host'; //to translate
  520. $strUserNotFound = 'The selected user was not found in the privilege table.'; //to translate
  521. $strUserAlreadyExists = 'The user %s already exists!'; //to translate
  522. $strUseTextField = 'Use text field'; //to translate
  523.  
  524. $strDropUsersDb = 'Drop the databases that have the same names as the users.'; //to translate
  525. $strAddedColumnComment = 'Added comment for column';  //to translate
  526. $strWritingCommentNotPossible = 'Writing of comment not possible';  //to translate
  527. $strAddedColumnRelation = 'Added relation for column';  //to translate
  528. $strWritingRelationNotPossible = 'Writing of relation not possible';  //to translate
  529. $strImportFinished = 'Import finished';  //to translate
  530. $strFileCouldNotBeRead = 'File could not be read';  //to translate
  531. $strIgnoringFile = 'Ignoring file %s';  //to translate
  532. $strThisNotDirectory = 'This was not a directory';  //to translate
  533. $strAbsolutePathToDocSqlDir = 'Please enter the absolute path on webserver to docSQL directory';  //to translate
  534. $strImportFiles = 'Import files';  //to translate
  535. $strDBGModule = 'Module';  //to translate
  536. $strDBGLine = 'Line';  //to translate
  537. $strDBGHits = 'Hits';  //to translate
  538. $strDBGTimePerHitMs = 'Time/Hit, ms';  //to translate
  539. $strDBGTotalTimeMs = 'Total time, ms';  //to translate
  540. $strDBGMinTimeMs = 'Min time, ms';  //to translate
  541. $strDBGMaxTimeMs = 'Max time, ms';  //to translate
  542. $strDBGContextID = 'Context ID';  //to translate
  543. $strDBGContext = 'Context';  //to translate
  544. $strCantLoad = 'cannot load %s extension,<br />please check PHP Configuration';  //to translate
  545. $strDefaultValueHelp = 'For default values, please enter just a single value, without backslash escaping or quotes, using this format: a';  //to translate
  546. $strCheckPrivs = 'Check Privileges';  //to translate
  547. $strCheckPrivsLong = 'Check privileges for database "%s".';  //to translate
  548. $strDatabasesStatsHeavyTraffic = 'Note: Enabling the Database statistics here might cause heavy traffic between the webserver and the MySQL one.';  //to translate
  549. $strDatabasesStatsDisable = 'Disable Statistics';  //to translate
  550. $strDatabasesStatsEnable = 'Enable Statistics';  //to translate
  551. $strJumpToDB = 'Jump to database "%s".';  //to translate
  552. $strDropSelectedDatabases = 'Drop Selected Databases';  //to translate
  553. $strNoDatabasesSelected = 'No databases selected.';  //to translate
  554. $strDatabasesDropped = '%s databases have been dropped successfully.';  //to translate
  555. $strGlobal = 'global';  //to translate
  556. $strDbSpecific = 'database-specific';  //to translate
  557. $strUsersHavingAccessToDb = 'Users having access to "%s"';  //to translate
  558. $strChangeCopyUser = 'Change Login Information / Copy User';  //to translate
  559. $strChangeCopyMode = 'Create a new user with the same privileges and ...';  //to translate
  560. $strChangeCopyModeCopy = '... keep the old one.';  //to translate
  561. $strChangeCopyModeJustDelete = ' ... delete the old one from the user tables.';  //to translate
  562. $strChangeCopyModeRevoke = ' ... revoke all active privileges from the old one and delete it afterwards.';  //to translate
  563. $strChangeCopyModeDeleteAndReload = ' ... delete the old one from the user tables and reload the privileges afterwards.';  //to translate
  564. $strWildcard = 'wildcard';  //to translate
  565. $strRowsModeFlippedHorizontal = 'horizontal (rotated headers)';//to translate
  566. $strQueryTime = 'Query took %01.4f sec';//to translate
  567. $strDBComment = 'Database comment: ';//to translate
  568. $strQueryFrame = 'Query window';//to translate
  569. $strQuerySQLHistory = 'SQL-history';//to translate
  570. $strMIME_MIMEtype = 'MIME-type';//to translate
  571. $strMIME_transformation = 'Browser transformation';//to translate
  572. $strMIME_transformation_options = 'Transformation options';//to translate
  573. $strMIME_transformation_options_note = 'Please enter the values for transformation options using this format: \'a\',\'b\',\'c\'...<br />If you ever need to put a backslash ("\") or a single quote ("\'") amongst those values, backslashes it (for example \'\\\\xyz\' or \'a\\\'b\').';//to translate
  574. $strMIME_transformation_note = 'For a list of available transformation options and their MIME-type transformations, click on %stransformation descriptions%s';//to translate
  575. $strMIME_available_mime = 'Available MIME-types';//to translate
  576. $strMIME_available_transform = 'Available transformations';//to translate
  577. $strMIME_without = 'MIME-types printed in italics do not have a seperate transformation function';//to translate
  578. $strMIME_description = 'Description';//to translate
  579. $strMIME_nodescription = 'No Description is available for this transformation.<br />Please ask the author, what %s does.';//to translate
  580. $strTransformation_text_plain__formatted = 'Preserves original formatting of the field. No Escaping is done.';//to translate
  581. $strTransformation_image_jpeg__link = 'Displays a link to this image (direct blob download, i.e.).';//to translate
  582. $strInnodbStat = 'InnoDB Status';  //to translate
  583. $strUpdComTab = 'Please see Documentation on how to update your Column_comments Table';  //to translate
  584. $strTransformation_image_jpeg__inline = 'Displays a clickable thumbnail; options: width,height in pixels (keeps the original ratio)';  //to translate
  585. $strTransformation_image_png__inline = 'See image/jpeg: inline';  //to translate
  586. $strSQLOptions = 'SQL options';//to translate
  587. $strXML = 'XML';//to translate
  588. $strCSVOptions = 'CSV options';//to translate
  589. $strNoOptions = 'This format has no options';//to translate
  590. $strStatCreateTime = 'Creation';//to translate
  591. $strStatUpdateTime = 'Last update';//to translate
  592. $strStatCheckTime = 'Last check';//to translate
  593. $strPerMinute = 'per minute';//to translate
  594. $strPerSecond = 'per second';//to translate
  595. $strAutomaticLayout = 'Automatic layout';  //to translate
  596. $strDelOld = 'The current Page has References to Tables that no longer exist. Would you like to delete those References?';  //to translate
  597. $strFileNameTemplate = 'File name template';//to translate
  598. $strFileNameTemplateRemember = 'remember template';//to translate
  599. $strFileNameTemplateHelp = 'Use __DB__ for database name, __TABLE__ for table name and %sany strftime%s options for time specification, extension will be automagically added. Any other text will be preserved.';//to translate
  600. $strTransformation_text_plain__dateformat = 'Takes a TIME, TIMESTAMP or DATETIME field and formats it using your local dateformat. First option is the offset (in hours) which will be added to the timestamp (Default: 0). Second option is a different dateformat according to the parameters available for PHPs strftime().';//to translate
  601. $strTransformation_text_plain__substr = 'Only shows part of a string. First option is an offset to define where the output of your text starts (Default 0). Second option is an offset how much text is returned. If empty, returns all the remaining text. The third option defines which chars will be appended to the output when a substring is returned (Default: ...) .';//to translate
  602. $strTransformation_text_plain__external = 'LINUX ONLY: Launches an external application and feeds the fielddata via standard input. Returns standard output of the application. Default is Tidy, to pretty print HTML code. For security reasons, you have to manually edit the file libraries/transformations/text_plain__external.inc.php and insert the tools you allow to be run. The first option is then the number of the program you want to use and the second option are the parameters for the program. The third parameter, if set to 1 will convert the output using htmlspecialchars() (Default is 1). A fourth parameter, if set to 1 will put a NOWRAP to the content cell so that the whole output will be shown without reformatting (Default 1)';//to translate
  603. $strAutodetect = 'Autodetect';  //to translate
  604. $strTransformation_text_plain__imagelink = 'Displays an image and a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is the width in pixels, third is the height.';  //to translate
  605. $strTransformation_text_plain__link = 'Displays a link, the field contains the filename; first option is a prefix like "http://domain.com/", second option is a title for the link.';  //to translate
  606. $strUseHostTable = 'Use Host Table';  //to translate
  607. $strShowFullQueries = 'Show Full Queries';  //to translate
  608. $strTruncateQueries = 'Truncate Shown Queries';  //to translate
  609. $strSwitchToTable = 'Switch to copied table';  //to translate
  610. $strCharset = 'Charset';  //to translate
  611. $strLaTeXOptions = 'LaTeX options';  //to translate
  612. $strRelations = 'Relations';  //to translate
  613. $strMoveTableSameNames = 'Can\'t move table to same one!';  //to translate
  614. $strCopyTableSameNames = 'Can\'t copy table to same one!';  //to translate
  615. $strMustSelectFile = 'You should select file which you want to insert.';  //to translate
  616. $strSaveOnServer = 'Save on server in %s directory';  //to translate
  617. $strOverwriteExisting = 'Overwrite existing file(s)';  //to translate
  618. $strFileAlreadyExists = 'File %s already exists on server, change filename or check overwrite option.';  //to translate
  619. $strDumpSaved = 'Dump has been saved to file %s.';  //to translate
  620. $strNoPermission = 'The web server does not have permission to save the file %s.';  //to translate
  621. $strNoSpace = 'Insufficient space to save the file %s.';  //to translate
  622. $strInsertedRowId = 'Inserted row id:';  //to translate
  623. $strLoadMethod = 'LOAD method';  //to translate
  624. $strLoadExplanation = 'The best method is checked by default, but you can change if it fails.';  //to translate
  625. $strExecuteBookmarked = 'Execute bookmarked query';  //to translate
  626. $strExcelOptions = 'Excel options';  //to translate
  627. $strReplaceNULLBy = 'Replace NULL by';  //to translate
  628. $strQueryWindowLock = 'Do not overwrite this query from outside the window';  //to translate
  629. $strPaperSize = 'Paper size';  //to translate
  630. $strDatabaseNoTable = 'This database contains no table!';//to translate
  631. $strViewDumpDatabases = 'View dump (schema) of databases';//to translate
  632. $strAddIntoComments = 'Add into comments';//to translate
  633. $strDatabaseExportOptions = 'Database export options';//to translate
  634. $strAddDropDatabase = 'Add DROP DATABASE';//to translate
  635. $strToggleScratchboard = 'toggle scratchboard';  //to translate
  636. $strTableOptions = 'Table options';  //to translate
  637. $strSecretRequired = 'The configuration file now needs a secret passphrase (blowfish_secret).';  //to translate
  638. $strAccessDeniedExplanation = 'phpMyAdmin tried to connect to the MySQL server, and the server rejected the connection. You should check the host, username and password in config.inc.php and make sure that they correspond to the information given by the administrator of the MySQL server.';  //to translate
  639. $strAddAutoIncrement = 'Add AUTO_INCREMENT value';  //to translate
  640. $strCharsets = 'Charsets';  //to translate
  641. $strDescription = 'Description';  //to translate
  642. $strCharsetsAndCollations = 'Character Sets and Collations';  //to translate
  643. $strCollation = 'Collation';  //to translate
  644. $strMultilingual = 'multilingual';  //to translate
  645. $strGerman = 'German';  //to translate
  646. $strPhoneBook = 'phone book';  //to translate
  647. $strDictionary = 'dictionary';  //to translate
  648. $strSwedish = 'Swedish';  //to translate
  649. $strDanish = 'Danish';  //to translate
  650. $strCzech = 'Czech';  //to translate
  651. $strTurkish = 'Turkish';  //to translate
  652. $strEnglish = 'English';  //to translate
  653. $strHungarian = 'Hungarian';  //to translate
  654. $strCroatian = 'Croatian';  //to translate
  655. $strBulgarian = 'Bulgarian';  //to translate
  656. $strLithuanian = 'Lithuanian';  //to translate
  657. $strEstonian = 'Estonian';  //to translate
  658. $strCaseInsensitive = 'case-insensitive';  //to translate
  659. $strCaseSensitive = 'case-sensitive';  //to translate
  660. $strUkrainian = 'Ukrainian';  //to translate
  661. $strHebrew = 'Hebrew';  //to translate
  662. $strWestEuropean = 'West European';  //to translate
  663. $strCentralEuropean = 'Central European';  //to translate
  664. $strTraditionalChinese = 'Traditional Chinese';  //to translate
  665. $strCyrillic = 'Cyrillic';  //to translate
  666. $strArmenian = 'Armenian';  //to translate
  667. $strArabic = 'Arabic';  //to translate
  668. $strRussian = 'Russian';  //to translate
  669. $strUnknown = 'unknown';  //to translate
  670. $strBaltic = 'Baltic';  //to translate
  671. $strUnicode = 'Unicode';  //to translate
  672. $strSimplifiedChinese = 'Simplified Chinese';  //to translate
  673. $strKorean = 'Korean';  //to translate
  674. $strGreek = 'Greek';  //to translate
  675. $strJapanese = 'Japanese';  //to translate
  676. $strThai = 'Thai';  //to translate
  677. $strUseThisValue = 'Use this value';  //to translate
  678. $strWindowNotFound = 'The target browser window could not be updated. Maybe you have closed the parent window or your browser is blocking cross-window updates of your security settings';  //to translate
  679. $strBrowseForeignValues = 'Browse foreign values';  //to translate
  680. $strInternalRelations = 'Internal relations';  //to translate
  681. $strInternalNotNecessary = '* An internal relation is not necessary when it exists also in InnoDB.';  //to translate
  682. $strUpgrade = 'You should upgrade to %s %s or later.';  //to translate
  683. $strLatexStructure = 'Structure of table __TABLE__';//to translate
  684. $strLatexContinued = '(continued)';//to translate
  685. $strLatexContent = 'Content of table __TABLE__';//to translate
  686. $strLatexIncludeCaption = 'Include table caption';//to translate
  687. $strLatexCaption = 'Table caption';//to translate
  688. $strLatexLabel = 'Label key';//to translate
  689. $strLatexContinuedCaption = 'Continued table caption';//to translate
  690.  
  691. $strPrintViewFull = 'Print view (with full texts)';  //to translate
  692. $strLogServer = 'Server';  //to translate
  693. $strSortByKey = 'Sort by key';  //to translate
  694. $strBookmarkAllUsers = 'Let every user access this bookmark';  //to translate
  695. $strConstraintsForDumped = 'Constraints for dumped tables';  //to translate
  696. $strConstraintsForTable = 'Constraints for table';  //to translate
  697. $strBookmarkOptions = 'Bookmark options';  //to translate
  698. $strCreationDates = 'Creation/Update/Check dates';  //to translate
  699. $strCheckOverhead = 'Check tables with overhead';  //to translate
  700. $strExcelEdition = 'Excel edition';  //to translate
  701. $strDelayedInserts = 'Use delayed inserts';  //to translate
  702. $strSQLExportType = 'Export type';  //to translate
  703. $strAddConstraints = 'Add constraints';  //to translate
  704. $strGeorgian = 'Georgian';  //to translate
  705. $strCzechSlovak = 'Czech-Slovak';  //to translate
  706. $strTransformation_application_octetstream__download = 'Display a link to download the binary data of a field. First option is the filename of the binary file. Second option is a possible fieldname of a table row containing the filename. If you provide a second option you need to have the first option set to an empty string';  //to translate
  707. $strMaximumSize = 'Maximum size: %s%s';  //to translate
  708. $strConnectionError = 'Cannot connect: invalid settings.';  //to translate
  709. $strDropDatabaseStrongWarning = 'You are about to DESTROY a complete database!';  //to translate
  710. $strAddHeaderComment = 'Add custom comment into header (\\n splits lines)';  //to translate
  711. $strNeedPrimaryKey = 'You should define a primary key for this table.';  //to translate
  712. $strIgnoreInserts = 'Use ignore inserts';  //to translate
  713. $strAddIfNotExists = 'Add IF NOT EXISTS';  //to translate
  714. $strCommentsForTable = 'COMMENTS FOR TABLE';  //to translate
  715. $strMIMETypesForTable = 'MIME TYPES FOR TABLE';  //to translate
  716. $strRelationsForTable = 'RELATIONS FOR TABLE';  //to translate
  717. $strAfterInsertSame = 'Go back to this page';  //to translate
  718. $strRenameDatabaseOK = 'Database %s has been renamed to %s';  //to translate
  719. $strDatabaseEmpty = 'The database name is empty!';  //to translate
  720. $strDBRename = 'Rename database to';  //to translate
  721. $strOperator = 'Operator';  //to translate
  722. $strEncloseInTransaction = 'Enclose export in a transaction';  //to translate
  723. $strCalendar = 'Calendar';  //to translate
  724. $strRefresh = 'Refresh';  //to translate
  725. $strDefragment = 'Defragment table';  //to translate
  726. $strNoRowsSelected = 'No rows selected';  //to translate
  727. $strSpanish = 'Spanish';  //to translate
  728. $strStrucNativeExcel = 'Native MS Excel data';  //to translate
  729. $strDisableForeignChecks = 'Disable foreign key checks';  //to translate
  730. $strServerNotResponding = 'The server is not responding';  //to translate
  731. $strTheme = 'Theme / Style';  //to translate
  732. $strTakeIt = 'take it';  //to translate
  733. $strHexForBinary = 'Use hexadecimal for binary fields';  //to translate
  734. $strIcelandic = 'Icelandic';  //to translate
  735. $strLatvian = 'Latvian';  //to translate
  736. $strPolish = 'Polish';  //to translate
  737. $strRomanian = 'Romanian';  //to translate
  738. $strSlovenian = 'Slovenian';  //to translate
  739. $strTraditionalSpanish = 'Traditional Spanish';  //to translate
  740. $strSlovak = 'Slovak';  //to translate
  741. $strMySQLConnectionCollation = 'MySQL connection collation';  //to translate
  742. $strPersian = 'Persian';  //to translate
  743. $strAddFields = 'Add %s field(s)';  //to translate
  744. $strInsertBookmarkTitle = 'Please insert bookmark title';  //to translate
  745. $strNoThemeSupport = 'No themes support, please check your configuration and/or your themes in directory %s.';  //to translate
  746. $strUseTabKey = 'Use TAB key to move from value to value, or CTRL+arrows to move anywhere';  //to translate
  747. $strEscapeWildcards = 'Wildcards _ and % should be escaped with a \ to use them literally';  //to translate
  748. $strBinLogName = 'Log name';  //to translate
  749. $strBinLogPosition = 'Position';  //to translate
  750. $strBinLogEventType = 'Event type';  //to translate
  751. $strBinLogServerId = 'Server ID';  //to translate
  752. $strBinLogOriginalPosition = 'Original position';  //to translate
  753. $strBinLogInfo = 'Information';  //to translate
  754. $strBinaryLog = 'Binary log';  //to translate
  755. $strSelectBinaryLog = 'Select binary log to view';  //to translate
  756. $strDBCopy = 'Copy database to';  //to translate
  757. $strCopyDatabaseOK = 'Database %s has been copied to %s';  //to translate
  758. $strSwitchToDatabase = 'Switch to copied database';  //to translate
  759. $strPasswordHashing = 'Password Hashing';  //to translate
  760. $strCompatibleHashing = 'MySQL 4.0 compatible';  //to translate
  761. $strIndexWarningPrimary = 'PRIMARY and INDEX keys should not both be set for column `%s`';//to translate
  762. $strIndexWarningUnique = 'UNIQUE and INDEX keys should not both be set for column `%s`';//to translate
  763. $strIndexWarningMultiple = 'More than one %s key was created for column `%s`';//to translate
  764. $strIndexWarningTable = 'Problems with indexes of table `%s`';//to translate
  765. $strNoActivity = 'No activity since %s seconds or more, please login again';  //to translate
  766. $strApproximateCount = 'May be approximate. See FAQ 3.11';  //to translate
  767. $strSQLExportCompatibility = 'SQL export compatibility';  //to translate
  768. $strMbOverloadWarning = 'You have enabled mbstring.func_overload in your PHP configuration. This option is incompatible with phpMyAdmin and might cause breaking of some data!';  //to translate
  769. $strMbExtensionMissing = 'The mbstring PHP extension was not found and you seem to be using multibyte charset. Without mbstring extension phpMyAdmin is unable to split strings correctly and it may result in unexpected results.';  //to translate
  770. $strAfterInsertNext = 'Edit next row';  //to translate
  771. $strView = 'View';  //to translate
  772. $strViewHasBeenDropped = 'View %s has been dropped';  //to translate
  773. $strEngines = 'Engines';  //to translate
  774. $strStorageEngines = 'Storage Engines';  //to translate
  775. $strStorageEngine = 'Storage Engine';  //to translate
  776. $strNoDetailsForEngine = 'There is no detailed status information available for this storage engine.';  //to translate
  777. $strDefaultEngine = '%s is the default storage engine on this MySQL server.';  //to translate
  778. $strEngineAvailable = '%s is available on this MySQL server.';  //to translate
  779. $strEngineUnsupported = 'This MySQL server does not support the %s storage engine.';  //to translate
  780. $strEngineDisabled = '%s has been disabled for this MySQL server.';  //to translate
  781. $strMyISAMSortBufferSize = 'Sort buffer size';  //to translate
  782. $strMyISAMSortBufferSizeDesc = 'The buffer that is allocated when sorting MyISAM indexes during a REPAIR TABLE or when creating indexes with CREATE INDEX or ALTER TABLE.';  //to translate
  783. $strMyISAMDataPointerSize = 'Data pointer size';  //to translate
  784. $strMyISAMDataPointerSizeDesc = 'The default pointer size in bytes, to be used by CREATE TABLE for MyISAM tables when no MAX_ROWS option is specified.';  //to translate
  785. $strMyISAMRecoverOptions = 'Automatic recovery mode';  //to translate
  786. $strMyISAMRecoverOptionsDesc = 'The mode for automatic recovery of crashed MyISAM tables, as set via the --myisam-recover server startup option.';  //to translate
  787. $strMyISAMRepairThreads = 'Repair threads';  //to translate
  788. $strMyISAMRepairThreadsDesc = 'If this value is greater than 1, MyISAM table indexes are created in parallel (each index in its own thread) during the Repair by sorting process.';  //to translate
  789. $strMyISAMMaxSortFileSize = 'Maximum size for temporary sort files';  //to translate
  790. $strMyISAMMaxSortFileSizeDesc = 'The maximum size of the temporary file MySQL is allowed to use while re-creating a MyISAM index (during REPAIR TABLE, ALTER TABLE, or LOAD DATA INFILE).';  //to translate
  791. $strMyISAMMaxExtraSortFileSize = 'Maximum size for temporary files on index creation';  //to translate
  792. $strMyISAMMaxExtraSortFileSizeDesc = 'If the temporary file used for fast MyISAM index creation would be larger than using the key cache by the amount specified here, prefer the key cache method.';  //to translate
  793. $strLongOperation = 'This operation could be long. Proceed anyway?';  //to translate
  794. $strVersionInformation = 'Version information';  //to translate
  795. $strInnoDBDataHomeDir = 'Data home directory';  //to translate
  796. $strInnoDBDataHomeDirDesc = 'The common part of the directory path for all InnoDB data files.';  //to translate
  797. $strInnoDBDataFilePath = 'Data files';  //to translate
  798. $strInnoDBAutoextendIncrement = 'Autoextend increment';  //to translate
  799. $strInnoDBAutoextendIncrementDesc = ' The increment size for extending the size of an autoextending tablespace when it becomes full.';  //to translate
  800. $strBufferPool = 'Buffer Pool';  //to translate
  801. $strBufferPoolUsage = 'Buffer Pool Usage';  //to translate
  802. $strDataPages = 'Pages containing data';  //to translate
  803. $strFreePages = 'Free pages';  //to translate
  804. $strBusyPages = 'Busy pages';  //to translate
  805. $strDirtyPages = 'Dirty pages';  //to translate
  806. $strPagesToBeFlushed = 'Pages to be flushed';  //to translate
  807. $strLatchedPages = 'Latched pages';  //to translate
  808. $strBufferPoolActivity = 'Buffer Pool Activity';  //to translate
  809. $strReadRequests = 'Read requests';  //to translate
  810. $strWriteRequests = 'Write requests';  //to translate
  811. $strBufferReadMisses = 'Read misses';  //to translate
  812. $strBufferReadMissesInPercent = 'Read misses in %';  //to translate
  813. $strBufferWriteWaits = 'Write waits';  //to translate
  814. $strBufferWriteWaitsInPercent = 'Write waits in %';  //to translate
  815. $strHTMLExcel = 'Microsoft Excel 2000';  //to translate
  816. $strHTMLExcelOptions = 'Microsoft Excel 2000 export options';  //to translate
  817. $strHTMLWord = 'Microsoft Word 2000';  //to translate
  818. $strHTMLWordOptions = 'Microsoft Word 2000 export options';  //to translate
  819. $strInnoDBBufferPoolSizeDesc = 'The size of the memory buffer InnoDB uses to cache data and indexes of its tables.';  //to translate
  820. $strInnoDBBufferPoolSize = 'Buffer pool size';  //to translate
  821. $strInnoDBPages = 'pages';  //to translate
  822. $strSocketProblem = '(or the local MySQL server\'s socket is not correctly configured)';  //to translate
  823. ?>
  824.